home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
c-runtime
/
tests
/
SubClass5.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-18
|
263 b
|
29 lines
/* -*-objc-*- */
/*
$Header$
$Author: dglattin $
$Date$
$Log$
*/
#ifndef __SUBCLASS5_H
#define __SUBCLASS5_H
#include <SubClass1.h>
@interface SubClass5 : SubClass1 {
char dumber[ 17 ];
}
+ ( int )return12;
- ( int )return15;
@end
#endif